ExecuteNonQuery(String,String,MySqlParameter[]) Method
Executes a single command against a MySQL database. A new
MySqlConnection is created using the
ConnectionString given.
Parameters
- connectionString
- ConnectionString to use.
- commandText
- The SQL command to execute.
- parms
- The array of MySqlParameter objects to use with the command.